Starting the server
Server can be started in dev mode using Spring Boot Devtools
- Start continuous debug
./gradlew build --continuous
- Start the application
./gradlew bootRun
Server can be started in dev mode using Spring Boot Devtools
./gradlew build --continuous
./gradlew bootRun